home *** CD-ROM | disk | FTP | other *** search
/ Scene Storm / Scene Storm - Volume 1.iso / coding / c / unix / include / internal / vars.h < prev   
C/C++ Source or Header  |  1992-08-16  |  235b  |  12 lines

  1. #ifndef VARS_H
  2. #define VARS_H
  3.  
  4. /* <_us, _startup_time> should be a pretty good unique identifier of
  5.    this process */
  6. extern struct Process *_us;
  7. extern long _stack_size;
  8. extern long _startup_time;
  9. extern int use_amiga_flags;
  10.  
  11. #endif
  12.